The observations for the validation were taken from 2015-01-02 00:00:00 to 2023-12-30 23:00:00.
Remember that we have on a daily scale the variables
sfcWind, tas, pr,
tasmax, tasmin and psl and in a
monthly scale clt, rsdt,rsds as a
predictors. We also have the month , hour, sun’s elevation & azimuth
and the daily daylight amount in seconds as a predictors too.
| Metric | xgboost | cnn | naive | lstm |
|---|---|---|---|---|
| mae | 0.637 | 0.821 | 0.834 | 0.711 |
| cor | 0.991 | 0.987 | 0.984 | 0.991 |
| ratio_of_sd | 0.989 | 1.010 | 0.982 | 0.983 |
| KGE | 0.985 | 0.983 | 0.976 | 0.979 |
| amplitude_mae | 1.032 | 1.092 | 1.952 | 1.070 |
| maximum_difference | 1.486 | 1.433 | 1.444 | 1.382 |
| sign_correlation | 0.888 | 0.791 | 0.912 | 0.872 |
| extreme_correlation | 0.807 | 0.759 | 0.706 | 0.838 |
| qqplot_mae | 0.055 | 0.348 | 0.087 | 0.377 |
| acf_mae | 0.018 | 0.037 | 0.027 | 0.012 |
| extremogram_mae | 0.017 | 0.016 | 0.010 | 0.015 |
Important: Right now we are only estimating the upper tail
extremogram. Currently we didn’t find a way to estimate the two tales at
the same time. We are using quant = .97